home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / AUTO2.Dxr / 00117.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  286 b   |  21 lines

  1. on exitFrame
  2.   global p
  3.   if p = 1 then
  4.     set p to 0
  5.     set counter to 1
  6.     go("menu")
  7.   end if
  8.   cursor(4)
  9. end
  10.  
  11. on mouseDown
  12.   global x, playlist
  13.   set x to 53
  14.   put EMPTY into field "playList"
  15.   sound stop 1
  16.   puppetTransition(23)
  17.   cursor(-1)
  18.   set counter to 1
  19.   go("menu")
  20. end
  21.